Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
feigenanton committed Apr 28, 2023
1 parent 94ccce3 commit 8e0e105
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions MXF/MXF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<PackageId>MXF Inspect Library</PackageId>
<Authors>Jochem Bakker, rayden84</Authors>
<Product>MXF Inspect</Product>
<AssemblyVersion>4.1.2</AssemblyVersion>
<FileVersion>4.1.2</FileVersion>
<AssemblyVersion>4.1.8</AssemblyVersion>
<FileVersion>4.1.8</FileVersion>
<Version>4.1.2</Version>
<AssemblyName>Myriadbits.MXF</AssemblyName>
<RootNamespace>Myriadbits.MXF</RootNamespace>
Expand Down
4 changes: 2 additions & 2 deletions MXFInspect/MXFInspect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<PropertyGroup>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
<Version>4.1.2</Version>
<AssemblyVersion>4.1.2</AssemblyVersion>
<Version>4.1.8</Version>
<AssemblyVersion>4.1.8</AssemblyVersion>
<Deterministic>false</Deterministic>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions MXFInspect/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.1.2")]
[assembly: AssemblyFileVersion("4.1.2")]
[assembly: AssemblyVersion("4.1.8")]
[assembly: AssemblyFileVersion("4.1.8")]

0 comments on commit 8e0e105

Please sign in to comment.