Skip to content

Commit f7e2109

Browse files
author
tom-englert
committed
Add Notice.txt
1 parent e07fc7b commit f7e2109

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

UpdateNotice.cmd

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
dotnet tool update TomsToolbox.LicenseGenerator --global
2+
build-license -i "%~dp0src\DataGridExtensions.sln"

src/DataGridExtensions/DataGridExtensions.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The current version supports the following features:
2525
- Attaches to the existing DataGrid</Description>
2626
<DebugType>embedded</DebugType>
2727
<DebugSymbols>true</DebugSymbols>
28+
<IsDeploymentTarget>true</IsDeploymentTarget>
2829
</PropertyGroup>
2930
<ItemGroup>
3031
<PackageReference Include="ILMerge.Fody" Version="1.24.0" PrivateAssets="All" />

src/Notice.txt

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
This product bundles the following components under the described licenses:
2+
3+
--------------------------------------------------------------------------------
4+
5+
Microsoft.Xaml.Behaviors.Wpf
6+
7+
Id: Microsoft.Xaml.Behaviors.Wpf
8+
Version: 1.1.77
9+
Project: https://github.com/Microsoft/XamlBehaviorsWpf
10+
License: MIT
11+

0 commit comments

Comments
 (0)