Skip to content

Commit

Permalink
Merge pull request #2 from Zefek/DEV
Browse files Browse the repository at this point in the history
Nuget configure, assembly name
  • Loading branch information
Zefek authored Jul 1, 2018
2 parents 36d3c44 + 95ba653 commit 7df4dc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Analyzer1/Analyzer1.Vsix/MetricsAnalyzer.Vsix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MetricsAnalyzer.Vsix</RootNamespace>
<AssemblyName>MetricsAnalyzer.Vsix</AssemblyName>
<AssemblyName>MetricsAnalyzer</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
Expand Down
10 changes: 5 additions & 5 deletions Analyzer1/Analyzer1/Diagnostic.nuspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Analyzer1</id>
<version>1.0.0.0</version>
<title>Analyzer1</title>
<id>MetricsAnalyzer</id>
<version>2.0.0.0</version>
<title>Metrics analyzer</title>
<authors>Petr</authors>
<owners>Petr</owners>
<licenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</licenseUrl>
<projectUrl>http://PROJECT_URL_HERE_OR_DELETE_THIS_LINE</projectUrl>
<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Analyzer1</description>
<description>Metrics analyzer</description>
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
<copyright>Copyright</copyright>
<tags>Analyzer1, analyzers</tags>
<tags>Analyzer, code, metrics</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="" />
</frameworkAssemblies>
Expand Down

0 comments on commit 7df4dc5

Please sign in to comment.