Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcsizmadia committed Oct 15, 2024
1 parent 6138548 commit f6003ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>EgonsoftHU.Extensions.Configuration.ConfigurationManager</PackageId>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionPrefix>2.0.0</VersionPrefix>
<!--
<VersionSuffix>$([System.String]::Format('prerelease-{0:000}-{1:0000}', $([System.DateTime]::Now.DayOfYear), $([System.Math]::Floor($([System.DateTime]::Now.TimeOfDay.TotalMinutes)))))</VersionSuffix>
-->
Expand Down
2 changes: 1 addition & 1 deletion src/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This code is licensed under MIT license (see LICENSE for details)
<assemblyIdentity
type="win32"
name="EgonsoftHU.Extensions.Configuration.ConfigurationManager"
version="1.0.1.0"
version="2.0.0.0"
/>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
Expand Down

0 comments on commit f6003ec

Please sign in to comment.