Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
[Markdig.Wpf] Update assembly info and nuget manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kryptos-FR committed May 25, 2018
1 parent ec05fc6 commit 3b4ac27
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
26 changes: 14 additions & 12 deletions src/Markdig.Wpf/Markdig.Wpf.nuspec
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>Markdig.Wpf</id>
<version>0.2.4</version>
<title>Markdig.Wpf</title>
<authors>Nicolas Musset</authors>
<owners>Nicolas Musset</owners>
<id>$id$</id>
<version>$version$</version>
<title>$id$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://github.com/Kryptos-FR/markdig-wpf/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/Kryptos-FR/markdig-wpf</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A WPF library for lunet-io/markdig</description>
<description>$description$</description>
<releaseNotes>https://github.com/Kryptos-FR/markdig.wpf/blob/master/RELEASENOTES.md</releaseNotes>
<copyright>Copyright (c) 2016-2017 Nicolas Musset</copyright>
<copyright>$copyright$</copyright>
<tags>Markdown CommonMark md xaml WPF</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<group targetFramework="net452">
<dependency id="Markdig" version="0.15.0" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework="net452" />
<frameworkAssembly assemblyName="PresentationCore" targetFramework="net452" />
<frameworkAssembly assemblyName="PresentationFramework" targetFramework="net452" />
<frameworkAssembly assemblyName="WindowsBase" targetFramework="net452" />
</frameworkAssemblies>
</metadata>
<files>
<file src="bin\Release\Markdig.Wpf.dll" target="lib\net45\Markdig.Wpf.dll" />
<file src="bin\Release\Markdig.Wpf.xml" target="lib\net45\Markdig.Wpf.xml" />
</files>
</package>
6 changes: 3 additions & 3 deletions src/Markdig.Wpf/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Markdig.Wpf")]
[assembly: AssemblyDescription("a WPF port to CommonMark compliant Markdig.")]
[assembly: AssemblyDescription("A WPF library for lunet-io/markdig")]
#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
#else
[assembly: AssemblyConfiguration("Release")]
#endif
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Nicolas Musset")]
[assembly: AssemblyProduct("Markdig.Wpf")]
[assembly: AssemblyCopyright("Copyright © Nicolas Musset 2016-2017")]
[assembly: AssemblyCopyright("Copyright © Nicolas Musset 2016-2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
Expand Down

0 comments on commit 3b4ac27

Please sign in to comment.