Skip to content

Commit

Permalink
Bump version to 1.0.4
Browse files Browse the repository at this point in the history
Updated project, assembly, and file versions from 1.0.3 to 1.0.4 in ClassicalCompendium.csproj. This version increment likely includes new features, bug fixes, or other improvements.
  • Loading branch information
Miiraak committed Aug 31, 2024
1 parent 5e0bb70 commit 403c0c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ClassicalCompendium/ClassicalCompendium.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<SignAssembly>False</SignAssembly>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
<Company></Company>
<Description>A collection of widely-used C# utility methods </Description>
<EnablePackageValidation>true</EnablePackageValidation>
Expand All @@ -16,8 +16,8 @@
<Authors>Miiraak</Authors>
<PackageId>ClassicalCompendium</PackageId>
<PackageProjectUrl>https://www.nuget.org/packages/ClassicalCompendium</PackageProjectUrl>
<AssemblyVersion>1.0.3</AssemblyVersion>
<FileVersion>1.0.3</FileVersion>
<AssemblyVersion>1.0.4</AssemblyVersion>
<FileVersion>1.0.4</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 403c0c9

Please sign in to comment.