Releases: dotnet-campus/dotnetCampus.LatestCSharpFeatures
Releases · dotnet-campus/dotnetCampus.LatestCSharpFeatures
12.0.0: C# 12 Features using Source Generator
We no longer provide many NuGet packages. It's very hard for developer users to choose!
Now, Just package reference dotnetCampus.LatestCSharpFeatures and everything works without any extra dependency.
<!-- Since dotnetCampus.LatestCSharpFeatures only contains source generators, it does not introduce any runtime dependencies.
We can set it to PrivateAssets="all" to avoid passing it on to other projects. -->
<PackageReference Include="dotnetCampus.LatestCSharpFeatures" Version="12.0.0" PrivateAssets="all" />
12.0.0-alpha03
We no longer provide many NuGet packages. It's very hard for developer users to choose!
Now, Just package reference dotnetCampus.LatestCSharpFeatures and everything works without any extra dependency.
<!-- Since dotnetCampus.LatestCSharpFeatures only contains source generators, it does not introduce any runtime dependencies.
We can set it to PrivateAssets="all" to avoid passing it on to other projects. -->
<PackageReference Include="dotnetCampus.LatestCSharpFeatures" Version="12.0.0-alpha03" PrivateAssets="all" />
12.0.0-alpha01
Fix test
11.0.0: Merge pull request #3 from dotnet-campus/t/walterlv/fix
11.0.0-alpha03
Fix another GPT doc.
11.0.0-alpha02
尝试修复构建
11.0.0-alpha01: Merge pull request #1 from dotnet-campus/t/walterlv/first
初步完成项目,打出 8 个包
0.0.1-alpha01
加上 dotnetCampus.LatestCsharpFeatures.Source