Skip to content

Commit 341069f

Browse files
authored
Merge pull request #17 from moorestech/feature/update
1.0.8にアップデート
2 parents fb823ad + d02f61f commit 341069f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CommandForgeGenerator/CommandForgeGenerator.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<DevelopmentDependency>true</DevelopmentDependency>
1515
<IncludeSymbols>false</IncludeSymbols>
1616
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
17-
17+
1818
<!-- NuGet Package Metadata -->
1919
<Title>CommandForge Generator</Title>
2020
<Authors>Moorestech</Authors>
21-
<Version>1.0.5</Version>
21+
<Version>1.0.8</Version>
2222
<Description>CommandForgeEditorのcommands.yamlのC#コードを生成するSourceGenerator</Description>
2323
<PackageProjectUrl>https://github.com/moorestech/CommandForgeGenerator</PackageProjectUrl>
2424
<RepositoryUrl>https://github.com/moorestech/CommandForgeGenerator</RepositoryUrl>
@@ -37,10 +37,6 @@
3737
</PackageReference>
3838
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.0"/>
3939
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.3.0"/>
40-
<PackageReference Include="UnitGenerator" Version="1.6.2" OutputItemType="Analyzer" ReferenceOutputAssembly="false">
41-
<PrivateAssets>all</PrivateAssets>
42-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
43-
</PackageReference>
4440
</ItemGroup>
4541

4642
<ItemGroup>

0 commit comments

Comments
 (0)