You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/System.Waf/System.Waf/System.Waf.Core/System.Waf.Core.nuspec
+31-6Lines changed: 31 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
<?xml version="1.0"?>
2
2
<package>
3
3
<metadata>
4
-
<id>$id$</id>
5
-
<version>$version$</version>
6
-
<title>$title$</title>
7
-
<description>$description$</description>
8
-
<authors>$author$</authors>
9
-
<owners>$author$</owners>
4
+
<id>System.Waf.Core</id>
5
+
<version>4.0.0-alpha1</version>
6
+
<title>System.Waf.Core</title>
7
+
<description>System.Waf is a lightweight framework that helps you to create well-structured XAML applications. This is the portable core part that can be used in different application types.</description>
Copy file name to clipboardExpand all lines: src/System.Waf/System.Waf/System.Waf.UnitTesting.Core/System.Waf.UnitTesting.Core.nuspec
+28-6Lines changed: 28 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
<?xml version="1.0"?>
2
2
<package>
3
3
<metadata>
4
-
<id>$id$</id>
5
-
<version>$version$</version>
6
-
<title>$title$</title>
7
-
<description>$description$</description>
8
-
<authors>$author$</authors>
9
-
<owners>$author$</owners>
4
+
<id>System.Waf.UnitTesting.Core</id>
5
+
<version>4.0.0-alpha1</version>
6
+
<title>System.Waf.UnitTesting.Core</title>
7
+
<description>System.Waf is a lightweight framework that helps you to create well-structured XAML applications. This package supports writing unit tests. It is the portable core part that can be used in different application types.</description>
0 commit comments