Skip to content

Commit

Permalink
WACS-v0.6.0
Browse files Browse the repository at this point in the history
WACS.WASIp1-v0.9.6
  • Loading branch information
kelnishi committed Dec 15, 2024
1 parent 34dc9e8 commit d2af03b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Wacs.Core/Wacs.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>9</LangVersion>
<AssemblyVersion>0.3.0</AssemblyVersion>
<Version>0.3.0</Version>
<AssemblyVersion>0.6.0</AssemblyVersion>
<Version>0.6.0</Version>
<Authors>Kelvin Nishikawa</Authors>
<Description>A Pure C# WebAssembly Interpreter</Description>
<TrimUnusedDependencies>true</TrimUnusedDependencies>
Expand Down
4 changes: 2 additions & 2 deletions Wacs.WASIp1/Wacs.WASIp1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<RepositoryUrl>https://github.com/kelnishi/WACS</RepositoryUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<AssemblyName>Wacs.WASIp1</AssemblyName>
<AssemblyVersion>0.9.3</AssemblyVersion>
<AssemblyVersion>0.9.6</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.9.3</Version>
<Version>0.9.6</Version>
<RepositoryType>git</RepositoryType>
<TargetFrameworks>net8.0;netstandard2.1</TargetFrameworks>
<IsAotCompatible>true</IsAotCompatible>
Expand Down

0 comments on commit d2af03b

Please sign in to comment.