Skip to content

Commit ae4d520

Browse files
committed
Bump package and assembly version to 4.0.0, enable package generation on build
1 parent c1ac863 commit ae4d520

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

MagicFileEncoding/MagicFileEncoding.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net10.0</TargetFramework>
5-
<PackageVersion>3.0.1</PackageVersion>
5+
<PackageVersion>4.0.0</PackageVersion>
66
<Title>Magic File Encoding</Title>
77
<Authors>Jan Schwien</Authors>
88
<Copyright>by Jan Schwien</Copyright>
@@ -19,7 +19,8 @@ Be aware of possible transformation issues if the target encoding is simpler tha
1919
It is strongly recommended to write unit tests for your use case to ensure the load and transformation works as expected.</Description>
2020
<Nullable>enable</Nullable>
2121
<LangVersion>14</LangVersion>
22-
<AssemblyVersion>3.0.1</AssemblyVersion>
22+
<AssemblyVersion>4.0.0</AssemblyVersion>
23+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2324
</PropertyGroup>
2425

2526
<PropertyGroup>

0 commit comments

Comments
 (0)