[asterisk-scf-commits] asterisk-scf/release/slice.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Feb 8 16:01:52 CST 2011


branch "master" has been updated
       via  7d1de75662384731ee2816df25d089356102a8cd (commit)
      from  a4973ac6594b05d24c50bd029ab28ce3623d71c2 (commit)

Summary of changes:
 Properties/AssemblyInfo.cs                        |    4 ++--
 AsteriskSCF-API.csproj => asterisk-scf-api.csproj |    0
 AsteriskSCF-API.sln => asterisk-scf-api.sln       |    2 +-
 make-mono-api.sh                                  |    2 +-
 sliceCSharpHelp.shfbproj                          |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
 rename AsteriskSCF-API.csproj => asterisk-scf-api.csproj (100%)
 rename AsteriskSCF-API.sln => asterisk-scf-api.sln (84%)


- Log -----------------------------------------------------------------
commit 7d1de75662384731ee2816df25d089356102a8cd
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Tue Feb 8 16:01:06 2011 -0600

    Change the name of .Net/Mono assembly containing the Asterisk SCF API
    to 'asterisk-scf-api' to be consistent with the Java API's jar file.

diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index a2660a4..dcfcd55 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
 // General Information about an assembly is controlled through the following 
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
-[assembly: AssemblyTitle("AsteriskSCF-API")]
+[assembly: AssemblyTitle("asterisk-scf-api")]
 [assembly: AssemblyDescription("Asterisk SCF API")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("Digium, Inc.")]
-[assembly: AssemblyProduct("AsteriskSCF-API")]
+[assembly: AssemblyProduct("asterisk-scf-api")]
 [assembly: AssemblyCopyright("Copyright (C) 2010-2011")]
 [assembly: AssemblyTrademark("Asterisk is a registered trademark of Digium, Inc.")]
 [assembly: AssemblyCulture("")]
diff --git a/AsteriskSCF-API.csproj b/asterisk-scf-api.csproj
similarity index 100%
rename from AsteriskSCF-API.csproj
rename to asterisk-scf-api.csproj
diff --git a/AsteriskSCF-API.sln b/asterisk-scf-api.sln
similarity index 84%
rename from AsteriskSCF-API.sln
rename to asterisk-scf-api.sln
index aa96cea..c2bd743 100644
--- a/AsteriskSCF-API.sln
+++ b/asterisk-scf-api.sln
@@ -1,7 +1,7 @@
 
 Microsoft Visual Studio Solution File, Format Version 10.00
 # Visual Studio 2008
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsteriskSCF-API", "AsteriskSCF-API.csproj", "{EE231540-8BC5-43F5-95E3-BEBFABC7751F}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "asterisk-scf-api", "asterisk-scf-api.csproj", "{EE231540-8BC5-43F5-95E3-BEBFABC7751F}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/make-mono-api.sh b/make-mono-api.sh
index a8ad426..15ecb93 100755
--- a/make-mono-api.sh
+++ b/make-mono-api.sh
@@ -26,6 +26,6 @@ do
 done
 
 echo "Compiling generated C# into a library..."
-gmcs -debug -out:mono/AsteriskSCF-API.dll -t:library -recurse:'mono/generated/*.cs' Properties/AssemblyInfo.cs "-lib:${ICE_HOME}/bin" -r:Ice
+gmcs -debug -out:mono/asterisk-scf-api.dll -t:library -recurse:'mono/generated/*.cs' Properties/AssemblyInfo.cs "-lib:${ICE_HOME}/bin" -r:Ice
 
 echo "Finished."
diff --git a/sliceCSharpHelp.shfbproj b/sliceCSharpHelp.shfbproj
index cb5477e..920d30c 100644
--- a/sliceCSharpHelp.shfbproj
+++ b/sliceCSharpHelp.shfbproj
@@ -18,7 +18,7 @@
     <HtmlHelpName>Documentation</HtmlHelpName>
     <Language>en-US</Language>
     <DocumentationSources>
-      <DocumentationSource sourceFile="AsteriskSCF-API.sln" />
+      <DocumentationSource sourceFile="asterisk-scf-api.sln" />
     </DocumentationSources>
     <CppCommentsFixup>True</CppCommentsFixup>
     <ApiFilter>

-----------------------------------------------------------------------


-- 
asterisk-scf/release/slice.git



More information about the asterisk-scf-commits mailing list