Skip to content

Commit bbf95a4

Browse files
committed
Nuget package!)
1 parent 554f6bf commit bbf95a4

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CSharpToJavaScript/CSharpToJavaScript.csproj

+21-1
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,34 @@
77
<ImplicitUsings>disable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99
<GenerateDocumentationFile>False</GenerateDocumentationFile>
10+
<Authors>TiLied</Authors>
11+
<Description>Brute forcing conversion(translation) from C# to Javascript.</Description>
12+
<PackageProjectUrl>https://tilied.github.io/CSharpToJavaScript/</PackageProjectUrl>
13+
<PackageReadmeFile>README.md</PackageReadmeFile>
14+
<RepositoryUrl>https://github.com/TiLied/CSharpToJavaScript/</RepositoryUrl>
15+
<PackageTags>csharp, c#, conversion, javascript, js, generating</PackageTags>
16+
<PackageReleaseNotes>First release.</PackageReleaseNotes>
17+
<Title>CSharp to JavaScript</Title>
18+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1019
</PropertyGroup>
1120

1221
<ItemGroup>
13-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.5.0" />
22+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0" />
1423
</ItemGroup>
1524

1625
<ItemGroup>
1726
<Folder Include="APIs\JS\Generated\" />
1827
</ItemGroup>
1928

29+
<ItemGroup>
30+
<None Include="..\LICENSE">
31+
<Pack>True</Pack>
32+
<PackagePath>\</PackagePath>
33+
</None>
34+
<None Include="..\README.md">
35+
<Pack>True</Pack>
36+
<PackagePath>\</PackagePath>
37+
</None>
38+
</ItemGroup>
39+
2040
</Project>

0 commit comments

Comments
 (0)