We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ac863 commit ae4d520Copy full SHA for ae4d520
1 file changed
MagicFileEncoding/MagicFileEncoding.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFramework>net10.0</TargetFramework>
5
- <PackageVersion>3.0.1</PackageVersion>
+ <PackageVersion>4.0.0</PackageVersion>
6
<Title>Magic File Encoding</Title>
7
<Authors>Jan Schwien</Authors>
8
<Copyright>by Jan Schwien</Copyright>
@@ -19,7 +19,8 @@ Be aware of possible transformation issues if the target encoding is simpler tha
19
It is strongly recommended to write unit tests for your use case to ensure the load and transformation works as expected.</Description>
20
<Nullable>enable</Nullable>
21
<LangVersion>14</LangVersion>
22
- <AssemblyVersion>3.0.1</AssemblyVersion>
+ <AssemblyVersion>4.0.0</AssemblyVersion>
23
+ <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
24
</PropertyGroup>
25
26
0 commit comments