Skip to content

Commit 6607ac4

Browse files
committed
VersionBump : v1.0.0-preview.2
1 parent c98299b commit 6607ac4

File tree

3 files changed

+96
-96
lines changed

3 files changed

+96
-96
lines changed
Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
5-
<IsPackable>true</IsPackable>
6-
<Nullable>enable</Nullable>
7-
<LangVersion>latest</LangVersion>
8-
9-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <!-- Generates a package at build -->
10-
<IncludeBuildOutput>false</IncludeBuildOutput> <!-- Do not include the generator as a lib dependency -->
11-
<IsDeveloperDependency>true</IsDeveloperDependency>
12-
<DevelopmentDependency>true</DevelopmentDependency>
13-
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
14-
<IsRoslynComponent>true</IsRoslynComponent>
15-
<NoWarn>NU5128</NoWarn>
16-
17-
<!-- Main package name -->
18-
<PackageId>CodeOfChaos.Ansi.Generators</PackageId>
19-
<Version>1.0.0-preview.1</Version>
20-
<Authors>Anna Sas</Authors>
21-
<Description>A library to write Ansi Colored text as a stringbuilder</Description>
22-
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-ansi/</PackageProjectUrl>
23-
<PackageTags>ansi input stringbuilder</PackageTags>
24-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
25-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
26-
<IncludeSymbols>true</IncludeSymbols>
27-
<DebugType>embedded</DebugType>
28-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
29-
<PackageReadmeFile>README.md</PackageReadmeFile>
30-
<PackageIcon>icon.png</PackageIcon>
31-
</PropertyGroup>
32-
33-
<ItemGroup>
34-
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
35-
<None Include="../../README.md" Pack="true" PackagePath="" />
36-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
37-
</ItemGroup>
38-
39-
<!-- Package dependencies -->
40-
<ItemGroup>
41-
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
42-
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.12.0" PrivateAssets="all" />
43-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" PrivateAssets="all" />
44-
<PackageReference Include="CodeOfChaos.GeneratorTools" Version="1.2.0" Pack="true" GeneratePathProperty="true" PrivateAssets="all" />
45-
</ItemGroup>
46-
47-
<ItemGroup>
48-
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
49-
<None Include="$(PkgCodeOfChaos_GeneratorTools)\lib\netstandard2.0\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
50-
</ItemGroup>
51-
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>netstandard2.0</TargetFramework>
5+
<IsPackable>true</IsPackable>
6+
<Nullable>enable</Nullable>
7+
<LangVersion>latest</LangVersion>
8+
9+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <!-- Generates a package at build -->
10+
<IncludeBuildOutput>false</IncludeBuildOutput> <!-- Do not include the generator as a lib dependency -->
11+
<IsDeveloperDependency>true</IsDeveloperDependency>
12+
<DevelopmentDependency>true</DevelopmentDependency>
13+
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
14+
<IsRoslynComponent>true</IsRoslynComponent>
15+
<NoWarn>NU5128</NoWarn>
16+
17+
<!-- Main package name -->
18+
<PackageId>CodeOfChaos.Ansi.Generators</PackageId>
19+
<Version>1.0.0-preview.2</Version>
20+
<Authors>Anna Sas</Authors>
21+
<Description>A library to write Ansi Colored text as a stringbuilder</Description>
22+
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-ansi/</PackageProjectUrl>
23+
<PackageTags>ansi input stringbuilder</PackageTags>
24+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
25+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
26+
<IncludeSymbols>true</IncludeSymbols>
27+
<DebugType>embedded</DebugType>
28+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
29+
<PackageReadmeFile>README.md</PackageReadmeFile>
30+
<PackageIcon>icon.png</PackageIcon>
31+
</PropertyGroup>
32+
33+
<ItemGroup>
34+
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
35+
<None Include="../../README.md" Pack="true" PackagePath="" />
36+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
37+
</ItemGroup>
38+
39+
<!-- Package dependencies -->
40+
<ItemGroup>
41+
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
42+
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.12.0" PrivateAssets="all" />
43+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" PrivateAssets="all" />
44+
<PackageReference Include="CodeOfChaos.GeneratorTools" Version="1.3.1" Pack="true" GeneratePathProperty="true" PrivateAssets="all" />
45+
</ItemGroup>
46+
47+
<ItemGroup>
48+
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
49+
<None Include="$(PkgCodeOfChaos_GeneratorTools)\lib\netstandard2.0\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
50+
</ItemGroup>
51+
5252
</Project>
Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<TargetFramework>net9.0</TargetFramework>
4-
<ImplicitUsings>enable</ImplicitUsings>
5-
<Nullable>enable</Nullable>
6-
<IsPackable>true</IsPackable>
7-
8-
<!-- Main package name -->
9-
<PackageId>CodeOfChaos.Ansi</PackageId>
10-
<Version>1.0.0-preview.1</Version>
11-
<Authors>Anna Sas</Authors>
12-
<Description>A library to write Ansi Colored text as a stringbuilder</Description>
13-
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-ansi/</PackageProjectUrl>
14-
<PackageTags>ansi input stringbuilder</PackageTags>
15-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
16-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
17-
<IncludeSymbols>true</IncludeSymbols>
18-
<DebugType>embedded</DebugType>
19-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
20-
<PackageReadmeFile>README.md</PackageReadmeFile>
21-
<PackageIcon>icon.png</PackageIcon>
22-
</PropertyGroup>
23-
24-
<ItemGroup>
25-
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
26-
<None Include="../../README.md" Pack="true" PackagePath="" />
27-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
28-
</ItemGroup>
29-
30-
<ItemGroup>
31-
<!-- ProjectReference for the generator as an analyzer -->
32-
<ProjectReference Include="..\CodeOfChaos.Ansi.Generators\CodeOfChaos.Ansi.Generators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
33-
34-
<!-- Ugly, but this is because of some weirdness with how analyzers are imported through a project reference -->
35-
<PackageReference Include="CodeOfChaos.GeneratorTools" Version="1.2.0" GeneratePathProperty="true" PrivateAssets="all" />
36-
<Analyzer Include="$(PkgCodeOfChaos_GeneratorTools)\lib\netstandard2.0\*.dll" />
37-
</ItemGroup>
38-
39-
<ItemGroup>
40-
<None Include="Assets\ASB.CssColors.xml" />
41-
<AdditionalFiles Include="Assets\ASB.CssColors.xml" />
42-
</ItemGroup>
43-
44-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<TargetFramework>net9.0</TargetFramework>
4+
<ImplicitUsings>enable</ImplicitUsings>
5+
<Nullable>enable</Nullable>
6+
<IsPackable>true</IsPackable>
7+
8+
<!-- Main package name -->
9+
<PackageId>CodeOfChaos.Ansi</PackageId>
10+
<Version>1.0.0-preview.2</Version>
11+
<Authors>Anna Sas</Authors>
12+
<Description>A library to write Ansi Colored text as a stringbuilder</Description>
13+
<PackageProjectUrl>https://github.com/code-of-chaos/cs-code_of_chaos-ansi/</PackageProjectUrl>
14+
<PackageTags>ansi input stringbuilder</PackageTags>
15+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
16+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
17+
<IncludeSymbols>true</IncludeSymbols>
18+
<DebugType>embedded</DebugType>
19+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
20+
<PackageReadmeFile>README.md</PackageReadmeFile>
21+
<PackageIcon>icon.png</PackageIcon>
22+
</PropertyGroup>
23+
24+
<ItemGroup>
25+
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
26+
<None Include="../../README.md" Pack="true" PackagePath="" />
27+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
28+
</ItemGroup>
29+
30+
<ItemGroup>
31+
<!-- ProjectReference for the generator as an analyzer -->
32+
<ProjectReference Include="..\CodeOfChaos.Ansi.Generators\CodeOfChaos.Ansi.Generators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
33+
34+
<!-- Ugly, but this is because of some weirdness with how analyzers are imported through a project reference -->
35+
<PackageReference Include="CodeOfChaos.GeneratorTools" Version="1.3.1" GeneratePathProperty="true" PrivateAssets="all" />
36+
<Analyzer Include="$(PkgCodeOfChaos_GeneratorTools)\lib\netstandard2.0\*.dll" />
37+
</ItemGroup>
38+
39+
<ItemGroup>
40+
<None Include="Assets\ASB.CssColors.xml" />
41+
<AdditionalFiles Include="Assets\ASB.CssColors.xml" />
42+
</ItemGroup>
43+
44+
</Project>

tests/Tests.CodeOfChaos.Ansi/Tests.CodeOfChaos.Ansi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0"/>
1515
<PackageReference Include="Moq" Version="4.20.72"/>
16-
<PackageReference Include="TUnit" Version="0.6.81"/>
16+
<PackageReference Include="TUnit" Version="0.8.8" />
1717
<PackageReference Include="Bogus" Version="35.6.1"/>
1818
</ItemGroup>
1919

0 commit comments

Comments
 (0)