Skip to content

Commit

Permalink
Update version to 3.3.0 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaspit authored Oct 1, 2024
1 parent 4442ce3 commit 4e75522
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/AssemblyInfo.props
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project>
<PropertyGroup>
<Version>3.2.8</Version>
<Version>3.3.0</Version>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
<AssemblyVersion>3.2.8.0</AssemblyVersion>
<FileVersion>3.2.8.0</FileVersion>
<Company>SIL International</Company>
<Authors>SIL International</Authors>
<AssemblyVersion>3.3.0.0</AssemblyVersion>
<FileVersion>3.3.0.0</FileVersion>
<Company>SIL Global</Company>
<Authors>SIL Global</Authors>
<Product>Machine</Product>
<Copyright>Copyright © SIL International 2024</Copyright>
<Copyright>Copyright © SIL Global 2024</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/sillsdev/machine</PackageProjectUrl>
<RepositoryUrl>https://github.com/sillsdev/machine</RepositoryUrl>
Expand Down

0 comments on commit 4e75522

Please sign in to comment.