Skip to content

Commit 15773b7

Browse files
committed
Fix Nitra.Compiler.nuspec & update NuGet.exe
1 parent 4e2757b commit 15773b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ExternalTools/NuGet.exe

1.06 MB
Binary file not shown.

Nitra/Nitra.Compiler/Nitra.Compiler.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<id>Nitra.Compiler</id>
55
<version>$NitraBuildVersion$</version>
66
<title>Nitra compiler macro library</title>
7-
<authors>JetBrains</authors>
7+
<authors>Nitra team</authors>
88
<description>Nitra compiler macro library for Nemerle compiler.</description>
99
<projectUrl>https://confluence.jetbrains.com/display/Nitra</projectUrl>
1010
<licenseUrl>http://opensource.org/licenses/BSD-3-Clause</licenseUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<copyright>JetBrains Inc.</copyright>
12+
<copyright>Nitra team</copyright>
1313
</metadata>
1414
<files>
1515
<file src="$OutputPath$Nitra.Runtime.???" target="tools" />
@@ -18,4 +18,4 @@
1818
<file src="Nitra.Compiler.props" target="build\net" />
1919
<file src="$OutputPath$Nitra.Runtime.???" target="lib\net" />
2020
</files>
21-
</package>
21+
</package>

0 commit comments

Comments
 (0)