Skip to content

Commit

Permalink
deploy: 1.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
CYJB committed Jun 4, 2024
1 parent 367384d commit 872841d
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Compilers/Cyjb.Compilers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<NeutralLanguage>en</NeutralLanguage>
<Version>$(VersionPrefix)</Version>
<VersionPrefix>1.0.20</VersionPrefix>
<VersionPrefix>1.0.21</VersionPrefix>
<RootNamespace>Cyjb.Compilers</RootNamespace>
<Authors>CYJB</Authors>
<IncludeSymbols>true</IncludeSymbols>
Expand Down
2 changes: 1 addition & 1 deletion Design/Cyjb.Compilers.Design.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<NeutralLanguage>en</NeutralLanguage>
<Version>$(VersionPrefix)</Version>
<VersionPrefix>1.0.20</VersionPrefix>
<VersionPrefix>1.0.21</VersionPrefix>
<RootNamespace>Cyjb.Compilers</RootNamespace>
<OutputType>Library</OutputType>
<DevelopmentDependency>true</DevelopmentDependency>
Expand Down
Binary file modified Design/Tools/Cyjb.Compilers.Design.dll
Binary file not shown.
Binary file modified Design/Tools/Cyjb.Compilers.Runtime.dll
Binary file not shown.
Binary file modified Design/Tools/Cyjb.Compilers.dll
Binary file not shown.
Binary file modified Design/Tools/Cyjb.dll
Binary file not shown.
20 changes: 10 additions & 10 deletions Design/Tools/Generator.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"Generator/1.0.0": {
"dependencies": {
"Cyjb": "1.0.23",
"Cyjb.Compilers": "1.0.20",
"Cyjb.Compilers.Design": "1.0.20",
"Cyjb.Compilers": "1.0.21",
"Cyjb.Compilers.Design": "1.0.21",
"Microsoft.CodeAnalysis.CSharp": "4.8.0"
},
"runtime": {
Expand Down Expand Up @@ -166,10 +166,10 @@
}
},
"System.Runtime.CompilerServices.Unsafe/6.0.0": {},
"Cyjb.Compilers/1.0.20": {
"Cyjb.Compilers/1.0.21": {
"dependencies": {
"Cyjb": "1.0.23",
"Cyjb.Compilers.Runtime": "1.0.20"
"Cyjb.Compilers.Runtime": "1.0.21"
},
"runtime": {
"Cyjb.Compilers.dll": {}
Expand All @@ -180,15 +180,15 @@
}
}
},
"Cyjb.Compilers.Design/1.0.20": {
"Cyjb.Compilers.Design/1.0.21": {
"dependencies": {
"Cyjb.Compilers.Runtime": "1.0.20"
"Cyjb.Compilers.Runtime": "1.0.21"
},
"runtime": {
"Cyjb.Compilers.Design.dll": {}
}
},
"Cyjb.Compilers.Runtime/1.0.20": {
"Cyjb.Compilers.Runtime/1.0.21": {
"dependencies": {
"Cyjb": "1.0.23"
},
Expand Down Expand Up @@ -258,17 +258,17 @@
"path": "system.runtime.compilerservices.unsafe/6.0.0",
"hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
},
"Cyjb.Compilers/1.0.20": {
"Cyjb.Compilers/1.0.21": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Cyjb.Compilers.Design/1.0.20": {
"Cyjb.Compilers.Design/1.0.21": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Cyjb.Compilers.Runtime/1.0.20": {
"Cyjb.Compilers.Runtime/1.0.21": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified Design/Tools/Generator.dll
Binary file not shown.
Binary file modified Design/Tools/zh-Hans/Cyjb.Compilers.Runtime.resources.dll
Binary file not shown.
Binary file modified Design/Tools/zh-Hans/Cyjb.Compilers.resources.dll
Binary file not shown.
Binary file modified Design/Tools/zh-Hans/Generator.resources.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Runtime/Cyjb.Compilers.Runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<NeutralLanguage>en</NeutralLanguage>
<Version>$(VersionPrefix)</Version>
<VersionPrefix>1.0.20</VersionPrefix>
<VersionPrefix>1.0.21</VersionPrefix>
<RootNamespace>Cyjb.Compilers</RootNamespace>
<Authors>CYJB</Authors>
<PackageTags>Compiler</PackageTags>
Expand Down

0 comments on commit 872841d

Please sign in to comment.